Description: Cleans up an memory usage during the use
of bf.forums. This function should be called at the end of every
script that uses bf.forums. Not calling this function at
the end of every script that uses bf.forums could lead to a memory
leak, and eventual locking of your web server
Common usage (Jscript ):
forumobj.cleanup(); |